.index_news_content{min-width:1190px; max-height:1920px; margin:auto; margin-top:50px; margin-bottom:58px; background:#ffffff;}
.index_news_head{width:1190px; text-align:center; margin:auto; height:63px; background:url(../ZERO/img/pro_line.png) center bottom no-repeat; font-size:32px; color:#333333; line-height:63px;}

.index_news_list{width:1190px; margin:auto; margin-top:21px; height:295px; overflow:hidden;}
.index_news_list ul{width:2380px;height: auto;}
.index_news_list ul li {list-style: none; float: left; width:1190px; height:295px;}
.index_newslist{width:559px; float:left; position:relative; padding-top:22px; padding-bottom:22px; border-top:1px dashed #cccccc;}
.index_news_pic{width:174px; height:97px; float:left; overflow:hidden; position:relative;}
.index_news_pic img{width:174px; height:97px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease;}
.index_news_right{width:358px; float:right;}
.index_news_name{width:100%; text-align:left;}
.index_news_name a{ font-size:16px; color:#0e6eb8; line-height:20px; font-weight:bold;}
.index_news_date{margin-top:8px; background:url(../ZERO/img/news_date.png) left no-repeat; padding-left:20px; text-align:left; font-size:14px; color:#666666; line-height:20px;}
.index_news_jj{margin-top:9px; width:100%; text-align:left;}
.index_news_jj a{ font-size:14px; color:#666666; line-height:20px;}
.index_newslist:hover .index_news_pic img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1);}

.page_otherbtn{ width:45px; margin:auto; margin-top:29px; margin-bottom:28px; height:12px;text-align:left;}
.page_otherbtn ul{ display:inline-block}
.page_otherbtn ul li{ float:left; list-style:none; width:12px; height:12px; background:url(../ZERO/img/news_btn1.png) no-repeat;margin-right:16px; cursor:pointer}
.page_otherbtn ul li.current{width:12px; height:12px;margin-right:16px; background:url(../ZERO/img/news_btn2.png) no-repeat}

.index_news_more{width:139px; display:block; height:39px; background:#0e6eb8; margin:auto; margin-top:20px; text-align:center; line-height:39px;  ftransition:all 0.3s; font-size:14px; color:#fefefe;}

#index_news_animate,#index_news_animate_1,#index_news_animate_2{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}